home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Memphis Amiga Group / MAG DOS 2.0 Utilities Disk 01 (1991-09)(Memphis Amiga Group).zip / MAG DOS 2.0 Utilities Disk 01 (1991-09)(Memphis Amiga Group).adf / KickReboot / ReadMe < prev    next >
Text File  |  1991-09-08  |  1KB  |  41 lines

  1. This program adds the Item "KickReboot" to the Tools menu of the Workbench
  2. 2.0. It let´s you reboot the A3000 into a new KickStart without powering
  3. down the system. It works on all A3000 who loads the KickStart image from
  4. harddisk (I think all currently shipped machines). For rebooting from CLI
  5. simply use the command ´reboot´.
  6. The command may be modified and recompiled without having the new includes,
  7. cause I added pragma statements for the required new functions.
  8.  
  9. This program must be run AFTER loading Workbench. i.e. enter the following
  10. lines after loadwb in the Startup-Sequence:
  11. wait 3
  12. KickMenu
  13.  
  14.  
  15. MAG Note: Put reboot in your c: dir and put KickMenu in WBStartup.
  16.           It will run automatically.
  17.  
  18.  
  19. Compile information for Kickmenu:
  20.  lc -v -O KickReboot
  21.  asm -iinclude: KickBoot.a
  22.  blink lib:cback.o+KickReboot.o+KickBoot.o to KickMenu lib lib:lc.lib+
  23.        lib:amiga.lib
  24.  
  25. Linkage information for reboot:
  26.  blink KickBoot.o to reboot
  27.  
  28. This code is Public Domain. Do withit what YOU want.
  29.  
  30. I can be reached under the following address:
  31.  
  32.    Joachim Bremer
  33.    Dringsheide 33
  34.    2000 Hamburg 74
  35.    West Germany
  36.  
  37. E-Mail
  38.    BIX:      bremer
  39.    MacNet:   prismaqt  attn: Joachim Bremer
  40.  
  41.